Name | Description | |
---|---|---|
CanInsert | Determines whether a new item can be inserted in the collection at the specified index. (Inherited from C1.DataCollection.ISupportEditing<T>) | |
CanInsertRange | Determines whether a new range of items can be inserted in the collection at the specified startingIndex. | |
CanMove | Determines whether the item at fromIndex can be moved to toIndex. (Inherited from C1.DataCollection.ISupportEditing<T>) | |
CanMoveRange | Determines whether the item at fromIndex can be moved to toIndex. | |
CanRemove | Determines whether the item at the specified index can be removed from the collection. (Inherited from C1.DataCollection.ISupportEditing<T>) | |
CanRemoveRange | Determines whether a range of items at the specified startingIndex can be removed from the collection. | |
CanReplace | Determines whether the item at the specified index can be replaced in the collection. (Inherited from C1.DataCollection.ISupportEditing<T>) | |
CanReplaceRange | Determines whether the items starting at the specified startingIndex can be replaced in the collection. | |
InsertAsync | Inserts the specified item at the specified index in the collection. (Inherited from C1.DataCollection.ISupportEditing<T>) | |
InsertRangeAsync | Inserts the specified items at the specified startingIndex in the collection. | |
MoveAsync | Moves an item from the specified fromIndex to toIndex. (Inherited from C1.DataCollection.ISupportEditing<T>) | |
MoveRangeAsync | Moves the items starting at the specified fromIndex to toIndex. | |
RemoveAsync | Removes the item at the specified index from the collection. (Inherited from C1.DataCollection.ISupportEditing<T>) | |
RemoveRangeAsync | Removes the items at the specified startingIndex from the collection. | |
ReplaceAsync | Replaces the item at the specified index by the specified item. (Inherited from C1.DataCollection.ISupportEditing<T>) | |
ReplaceRangeAsync | Replaces the items starting at the specified startingIndex by the specified items. |